home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000390_pju@globalnet.co.uk_Wed Mar 26 09:49:19 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  72 lines

  1. Article: 14190 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!border1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.brightview.com!news.brightview.com.POSTED!not-for-mail
  3. NNTP-Posting-Date: Tue, 25 Mar 2003 18:36:06 -0600
  4. From: "Pete" <pju@globalnet.co.uk>
  5. Newsgroups: comp.protocols.kermit.misc
  6. References: <fdmdne9GR6e1OeKjXTWc3Q@brightview.com> <kzNfa.12589$pi.2213954@twister.nyc.rr.com>
  7. Subject: Re: set host timeout?
  8. Date: Wed, 26 Mar 2003 00:39:16 -0000
  9. X-Priority: 3
  10. X-MSMail-Priority: Normal
  11. X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
  12. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
  13. Message-ID: <kW2dnYVn77hraB2jXTWcog@brightview.com>
  14. Lines: 48
  15. NNTP-Posting-Host: 80.189.20.15
  16. X-Trace: sv3-7zmsrSQ96tV49+XgZFr/GZLlVMFgKQWNY0yy00iiuPItqUi0AoIybSIglbPoZaCKs7mmePRq2gQsj7F!fE21A1neEMNfgUAFxWCal2HguV8/m7oxvg/ZG5+oglIjzyEYGiSXRq9P7lv2Sckhckm8XsDK8HfZ!QiGX2A==
  17. X-Complaints-To: abuse@brightview.com
  18. X-DMCA-Complaints-To: abuse@brightview.com
  19. X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
  20. X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
  21. X-Postfilter: 1.1
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14190
  23.  
  24. Thanks for your very quick response
  25.  
  26. Pete
  27.  
  28.  
  29. PS .... SET HOST * 2000
  30. can acheive a timeout somewhat clumsily by creating a second process before
  31. issuing the above.  The second process runs a Kermit script that sleeps for
  32. 'n'
  33. seconds, sets an abort-flag, then does SET HOST 1.2.3.4 2000 (ie connects
  34. to the other process on the same machine).  The above process will stop
  35. waiting & can check existance of the abort-flag.
  36. YUK!
  37.  
  38.  
  39.  
  40. "Jeffrey Altman" <jaltman@columbia.edu> wrote in message
  41. news:kzNfa.12589$pi.2213954@twister.nyc.rr.com...
  42. > Pete wrote:
  43. > > Hi
  44. > >
  45. > >
  46. > > I'm experimenting with kermit over a TCP/IP connection:-
  47. > >
  48. > > SET HOST * 2000
  49. > >
  50. > > will sit and listen for a connection.
  51. > > Great. Works fine.  I have a couple of questions though.
  52. > >
  53. > > 1) Can I set a timeout so if there's no connection made after 'n'
  54. seconds
  55. > > it times-out?
  56. >
  57. > No
  58. >
  59. >
  60. > > 2) SET HOST 1.2.3.4 2000 will connect to the above fine. If I use
  61. > > CLOSE CONNECTION (on the SET HOST * 2000 machine), the
  62. > > connection appears to close, however SET HOST 1.2.3.4 2000 will
  63. > > not give me an connect-error but thinks it has made a connection.  Is
  64. > > there something like CLOSE CONNECTION that will tell the incoming
  65. > > machine it's now a connect error?
  66. >
  67. > You must try to read some data in order to the the connection close error.
  68. >
  69. >
  70.  
  71.  
  72.